| Einhugur macOS Bridge plugin. |
|
NSArray.IndexOf Method
Returns the lowest index whose corresponding array value is equal to a given string.

IndexOf(
value
as String)
as Integer
Parameters
- value
- The value to search for.
Returns
- Integer
- The index of the array element or -1 if not found.
Remarks
See Also
NSArray Class